raar.process
Class RAConnectionTester
java.lang.Object
raar.process.RAConnectionTester
- public class RAConnectionTester
- extends java.lang.Object
Tests whether a proposed connection is allowed. If it is, nothing happens. If it isn't, well you get a nice
RAException with information on what is wrong.
|
Method Summary |
static void |
isAllowed(RAAgent agent,
RAProcess outputProcess,
java.lang.String outputProcessRegister,
RAProcess inputProcess,
java.lang.String inputProcessRegister)
Do the test. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAConnectionTester
public RAConnectionTester()
isAllowed
public static void isAllowed(RAAgent agent,
RAProcess outputProcess,
java.lang.String outputProcessRegister,
RAProcess inputProcess,
java.lang.String inputProcessRegister)
throws RAException
- Do the test.
- Throws:
RAException